fix a few documentation problems
authorTimm Bäder <mail@baedert.org>
Wed, 5 Jul 2017 12:13:41 +0000 (14:13 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:15 +0000 (21:27 -0400)
docs/reference/gdk/gdk4-sections.txt
docs/reference/gtk/gtk4-sections.txt
gtk/gtkcheckmenuitem.h
gtk/gtkspinbutton.c
gtk/gtkwidget.h

index 2f6009261319eff47ac672f4ab42fe194d294337..95c4818706a6a94dd031398510ef840b4524fa0a 100644 (file)
@@ -4,9 +4,6 @@
 <SECTION>
 <TITLE>General</TITLE>
 <FILE>general</FILE>
-gdk_init
-gdk_init_check
-gdk_parse_args
 gdk_get_display_arg_name
 gdk_notify_startup_complete
 gdk_notify_startup_complete_with_id
index 6417f7ad6e7c45c007b6313c9a0cfa126b2b8609..f9ba6ef3fe9557f3e3b0a242e4013bdba2fdf890 100644 (file)
@@ -37,6 +37,8 @@ gtk_about_dialog_get_logo
 gtk_about_dialog_set_logo
 gtk_about_dialog_get_logo_icon_name
 gtk_about_dialog_set_logo_icon_name
+gtk_about_dialog_get_system_information
+gtk_about_dialog_set_system_information
 gtk_about_dialog_add_credit_section
 gtk_show_about_dialog
 <SUBSECTION Standard>
@@ -363,6 +365,8 @@ GTK_CENTER_BOX_CLASS
 GTK_IS_CENTER_BOX
 GTK_IS_CENTER_BOX_CLASS
 GTK_CENTER_BOX_GET_CLASS
+<SUBSECTION Private>
+gtk_center_box_get_type
 </SECTION>
 
 <SECTION>
@@ -795,7 +799,6 @@ gtk_dialog_set_default_response
 gtk_dialog_set_response_sensitive
 gtk_dialog_get_response_for_widget
 gtk_dialog_get_widget_for_response
-gtk_dialog_get_action_area
 gtk_dialog_get_content_area
 gtk_dialog_get_header_bar
 
@@ -1551,7 +1554,6 @@ GtkImageGIconData
 GtkIMContext
 GtkIMContextClass
 GtkIMContextInfo
-gtk_im_context_set_client_window
 gtk_im_context_get_preedit_string
 gtk_im_context_filter_keypress
 gtk_im_context_focus_in
@@ -4472,7 +4474,6 @@ gtk_volume_button_get_type
 <TITLE>GtkSnapshot</TITLE>
 GtkSnapshot
 gtk_snapshot_push
-gtk_snapshot_push_node
 gtk_snapshot_push_transform
 gtk_snapshot_push_opacity
 gtk_snapshot_push_color_matrix
@@ -4482,8 +4483,6 @@ gtk_snapshot_push_rounded_clip
 gtk_snapshot_push_cross_fade
 gtk_snapshot_push_blend
 gtk_snapshot_pop
-gtk_snapshot_set_transform
-gtk_snapshot_transform
 gtk_snapshot_offset
 gtk_snapshot_get_offset
 gtk_snapshot_append_node
@@ -4895,10 +4894,8 @@ gtk_window_group_get_type
 gtk_disable_setlocale
 gtk_get_default_language
 gtk_get_locale_direction
-gtk_parse_args
 gtk_init
 gtk_init_check
-gtk_get_option_group
 gtk_events_pending
 gtk_main
 gtk_main_level
@@ -4930,6 +4927,8 @@ gtk_get_current_event_time
 gtk_get_current_event_state
 gtk_get_current_event_device
 gtk_get_event_widget
+gtk_get_event_target
+gtk_get_event_target_with_type
 gtk_propagate_event
 
 <SUBSECTION Private>
index 8e21004aafbbecd356557f623326a2781aaeebae..e31973ce761283860d4ca11e2c0839daac358d23 100644 (file)
@@ -59,7 +59,7 @@ struct _GtkCheckMenuItem
  * GtkCheckMenuItemClass:
  * @parent_class: The parent class.
  * @toggled: Signal emitted when the state of the check box is changed.
- * @draw_indicator: Called to draw the check indicator.
+ * @snapshot_indicator: Called to draw the check indicator.
  */
 struct _GtkCheckMenuItemClass
 {
index 9034ecabc2c0fa0231c3a2a8064959abc5cecb9c..d1eaef20c7b2bc142a0927c94fcadbd287a9f198 100644 (file)
@@ -2292,6 +2292,7 @@ gtk_spin_button_get_text (GtkSpinButton *spin_button)
 /**
  * gtk_spin_button_set_text:
  * @spin_button: a #GtkSpinButton
+ * @text: The text to set
  *
  * Sets the current text of the spinbutton. Note that setting this will not change
  * the value of the adjustment @spin_button.
index 48555abc3a31938185ca3ed2e33d5ea9669b8e28..536a19c9909c17ac63bae28bd664e9c00794851f 100644 (file)
@@ -278,8 +278,6 @@ struct _GtkWidget
  * @touch_event:
  * @queue_draw_region: Invalidates the area of widget defined by
  *   region.
- * @queue_draw_child: Child wants to be redrawn. The region given is in
- *   the child's coordinate system.
  * @snapshot: Signal emitted when a widget is supposed to create a snapshot
  *   of itself.
  */